home *** CD-ROM | disk | FTP | other *** search
- Path: prodigy.com!usenet
- From: XKWR65B@prodigy.com (Mark Rubelmann)
- Newsgroups: comp.lang.c++
- Subject: How do you use DOS extenders?
- Date: 12 Apr 1996 18:57:52 GMT
- Organization: Prodigy Services Company 1-800-PRODIGY
- Distribution: world
- Message-ID: <4km93g$1cui@usenetp1.news.prodigy.com>
- NNTP-Posting-Host: innugap8-int.news.prodigy.com
- X-Newsreader: Version 1.2
-
- I'm using BC++ v3.0. I'm trying to load a graphic into memory that's
- 64000 bytes. The 'new' command fails when I try to allocate this memory.
- I was wondering if a DOS extender such as dos4gw is the solution. I tried
- to use one but could not figure out how. Also, should I be using a
- different command like _farmalloc? I tried that too with no success. What
- do I do???
-
-